Click or drag to resize

ResourceUnlock Method (ActiveLock)

Unlock the lock on this resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Unlock(
	ActiveLock activeLock
)

Parameters

activeLock
Type: Independentsoft.WebdavActiveLock
The lock on resource to unlock.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also